xen/arm: introduce early_ioremap
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 24 Jan 2013 12:47:50 +0000 (12:47 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 24 Jan 2013 12:47:50 +0000 (12:47 +0000)
commit22bf8a6c143701504b7ed71b80a6f39ae53ea39c
tree34e36c9cf0ce3110f3201024e712eae4512bde65
parent0be739ee82472b189c3bc46813ea66c0c1d9f7a6
xen/arm: introduce early_ioremap

Introduce a function to map a range of physical memory into Xen virtual
memory.
It doesn't need domheap to be setup.
It is going to be used to map the videoram.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/mm.c
xen/include/asm-arm/config.h
xen/include/asm-arm/mm.h